Skip to content

Add some ns manipulation functions from clojure-mode - #118

Merged
bbatsov merged 1 commit into
clojure-emacs:mainfrom
rrudakov:feature/117-ns-functions
Aug 8, 2025
Merged

Add some ns manipulation functions from clojure-mode#118
bbatsov merged 1 commit into
clojure-emacs:mainfrom
rrudakov:feature/117-ns-functions

Conversation

@rrudakov

@rrudakov rrudakov commented Aug 6, 2025

Copy link
Copy Markdown
Contributor
  • Add project helper functions.
  • Add a few defcustom's
  • Add ns helper functions.

NOTE: clojure-ts-sort-ns is not implemented, I think we should try to leverage Tree-sitter for that somehow, so I need more time to think about the implementation.

#117


Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):

  • The commits are consistent with our contribution guidelines.
  • You've added tests (if possible) to cover your change(s). Bugfix, indentation, and font-lock tests are extremely important!
  • You've run M-x checkdoc and fixed any warnings in the code you've written.
  • You've updated the changelog (if adding/changing user-visible functionality).
  • You've updated the readme (if adding/changing user-visible functionality).

Thanks!

- Add project helper functions.
- Add a few defcustom's
- Add ns helper functions.

NOTE: clojure-ts-sort-ns is not implemented, I think we should try to leverage
Tree-sitter for that somehow, so I need more time to think about the
implementation.
@bbatsov
bbatsov merged commit ee94f1e into clojure-emacs:main Aug 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants